home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / LunarLander.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  137 b   |  7 lines

  1. on(release){
  2.    _root.lbar._visible = false;
  3.    _root.mbar._visible = true;
  4.    _root.hbar._visible = false;
  5.    _root.grav = 0.1;
  6. }
  7.